times

inline operator fun times(other: Byte): Int
inline operator fun times(other: Short): Int
inline operator fun times(other: Int): Int
inline operator fun times(other: Long): Long
inline operator fun times(other: Float): Float
inline operator fun times(other: Double): Double

Multiplies this value by the other value.